home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / UTILITY / CALC_1.ARJ / CC.DOC next >
Text File  |  1992-01-01  |  2KB  |  59 lines

  1.                      Glossbrenner's DOS 5
  2.               -- The Programs that DOS Forgot! --
  3.  
  4.  
  5.     CC.EXE . . . the (C)ommand line (C)alculator from Donald Prescott
  6.  
  7.     Mr. Prescott reports that he finds most graphics calculators
  8.     frustrating and inadequate.  So he wrote CC.EXE, a program
  9.     specifically designed to accept command line parameters.
  10.  
  11.     CC is self-documenting and very easy to use.  For example,
  12.     to add the hex number 0FF to the decimal number 576, key in:
  13.     CC $0FF+576 and hit <Enter>.  To get a list of the possible
  14.     operators and parameters just type "CC" with no parameters:
  15.  
  16.     -----------------------------------------------------------
  17.     cc (c) v1.1 Donald Prescott
  18.  
  19.     Usage: cc <var1> [<op> <var2>]
  20.  
  21.     A space character is MANDATORY between arguments.
  22.     Variables can be in base 16,10,8,2
  23.  
  24.     Base prefixes to be added to beginning of number:
  25.          HEX      = $
  26.          DECIMAL  = none needed
  27.          OCTAL    = %
  28.          BINARY   = #
  29.  
  30.     op> can be any of the following:
  31.  
  32.          '+'  add <var1> to <var2>
  33.          '-'  subtract <var2> from <var1>
  34.          '*'  multiply <var1> and <var2>
  35.          '/'  divide <var1> by <var2>
  36.          '!'  <var1> raised to the <var2> power
  37.     -----------------------------------------------------------
  38.  
  39.     This program is shareware and is not free.  If you like it
  40.     and continue to use it, the registration fee is $7.00 US.
  41.     Comments, bug reports, and suggestions are always welcome.
  42.  
  43.     Please send your registration fee to:
  44.  
  45.     Mr. Donald Prescott
  46.     P.O. Box 165133
  47.     Miami, FL 33116-5133
  48.  
  49.     Please address comments to:
  50.  
  51.     CompuServe ID: 74045,462
  52.     GEnie GEmail ID: DONP
  53.     or to the above Post Office Box address
  54.  
  55.                        -- End CC.DOC --
  56.  
  57.  
  58.  
  59.